Bug 492794 – Pasting external text at end of view yields wrong scrolling
authorPaolo Borelli <pborelli@katamail.com>
Mon, 12 Jan 2009 17:07:35 +0000 (17:07 +0000)
committerPaolo Borelli <pborelli@src.gnome.org>
Mon, 12 Jan 2009 17:07:35 +0000 (17:07 +0000)
commit1a7c0ed0996997fc45cbd71ea4eb6809b11ed89f
treedde61b68ef5085f57e56772be72a969ab07e5025
parent8a604cfe57ec57abae0edf3a50063218db4707eb
Bug 492794 – Pasting external text at end of view yields wrong scrolling

2009-01-12  Paolo Borelli  <pborelli@katamail.com>

Bug 492794 – Pasting external text at end of view yields wrong
scrolling to mark

* gtk/gtktextbuffer.[ch]:
* gtk/gtktextview.c:
Add a "paste-done" signal and use it to propelry scroll the
view at the end of the pasted text in the case of an async
paste. Patch by Ignacio Casal Quintero based on a patch by
Yevgen Muntyan.

svn path=/trunk/; revision=22100
ChangeLog
gtk/gtktextbuffer.c
gtk/gtktextbuffer.h
gtk/gtktextview.c